← Index
NYTProf Performance Profile   
For flows_to_es.pl
  Run on Mon May 9 23:27:59 2016
Reported on Mon May 9 23:28:09 2016

Filename(eval 90)[/usr/share/perl5/Sub/Quote.pm:5]
StatementsExecuted 29 statements in 197µs
Eval Invoked At/usr/share/perl5/Sub/Quote.pm line 5
Sibling evals1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
103339µs2.83msSearch::Elasticsearch::Role::Logger::::_assert_log_handleSearch::Elasticsearch::Role::Logger::_assert_log_handle
11112µs23µsSub::Quote::::BEGIN@3.24 Sub::Quote::BEGIN@3.24
1117µs7µsMethod::Generate::Accessor::::BEGIN@6.25 Method::Generate::Accessor::BEGIN@6.25
Call graph for these subroutines as a Graphviz dot language file.
Line State
ments
Time
on line
Calls Time
in subs
Code
1{
222µs my $_QUOTED = ${$_[1]->{"\$_QUOTED"}};
3265µs233µs
# spent 23µs (12+10) within Sub::Quote::BEGIN@3.24 which was called: # once (12µs+10µs) by Sub::Quote::_clean_eval at line 3
no warnings 'closure';
# spent 23µs making 1 call to Sub::Quote::BEGIN@3.24 # spent 10µs making 1 call to warnings::unimport
4
# spent 2.83ms (39µs+2.80) within Search::Elasticsearch::Role::Logger::_assert_log_handle which was called 10 times, avg 283µs/call: # 5 times (24µs+2.49ms) by Search::Elasticsearch::Role::Logger::info or Search::Elasticsearch::Role::Logger::infof at line 53 of Sub/Defer.pm, avg 503µs/call # 4 times (13µs+304µs) by Search::Elasticsearch::Role::Logger::infof at line 12 of (eval 89)[Sub/Quote.pm:5], avg 79µs/call # once (1µs+0s) by Search::Elasticsearch::Role::Logger::info at line 12 of (eval 93)[Sub/Quote.pm:5]
sub Search::Elasticsearch::Role::Logger::_assert_log_handle {
5package Method::Generate::Accessor;
6
# spent 7µs within Method::Generate::Accessor::BEGIN@6.25 which was called: # once (7µs+0s) by Sub::Quote::_clean_eval at line 11
BEGIN {
711µs $^H = "1762";
81400ns ${^WARNING_BITS} = "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\003";
916µs %^H = (
10 );
11187µs17µs}
# spent 7µs making 1 call to Method::Generate::Accessor::BEGIN@6.25
12513µsdo {
13511µs12.49ms my $val = exists $_[0]->{"log_handle"} ?
14$_[0]->{"log_handle"}
15: ($_[0]->{"log_handle"} = $_[0]->_build_log_handle)
16;
1754µs unless (exists $_[0]->{"log_handle"}) {
18 die "Attempted to access 'log_handle' but it is not set";
19 }
2052µs $val;
21}
22 }
2311µs $_QUOTED->[3] = \&Search::Elasticsearch::Role::Logger::_assert_log_handle
24}
2514µs1;
26
27;